VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingHelper Class / CreateFixup Methods / CreateFixup<TTarget>(String,Trigger<TTarget>,IProcessingCommand<TTarget>) Method
Syntax Requirements SeeAlso
In This Topic
    CreateFixup<TTarget>(String,Trigger<TTarget>,IProcessingCommand<TTarget>) Method (ProcessingHelper)
    In This Topic
    Creates the fixup for the trigger using the specified processing command.
    Syntax
    'Declaration
    
    Public Overloads Shared Function CreateFixup<TTarget
    The type of the target.
    >( _
    ByVal name
    The name of processing command.
    As System.String, _
    ByVal trigger
    Trigger to get fixup condition.
    As Trigger(Of TTarget), _
    ByVal fixupCommand
    The command to create fixup.
    As IProcessingCommand(Of TTarget) _
    ) As ProcessingCommand(Of TTarget) (Of TTarget
    The type of the target.
    )
    generic<typename TTarget>
    public:
    static ProcessingCommand<TTarget^>^ CreateFixup(
    System.String name,
    Trigger<TTarget^>^ trigger,
    IProcessingCommand<TTarget^>^ fixupCommand
    )

    Parameters

    name
    The name of processing command.
    trigger
    Trigger to get fixup condition.
    fixupCommand
    The command to create fixup.

    Type Parameters

    TTarget
    The type of the target.

    Return Value

    Fixup for the trigger.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also